Have you ever tried to delete a class and gotten the message "Class cannot be deleted because instances of the class exist"? Then you can't find an instance of it anywhere, but you know it must be hiding somewhere? This Instance Finder is a utility that prompts you for a class name, then searches default instances, class variables and persistents to find all instances of that class. It makes extensive use of the System primitives (attributes, classes, persistents) and the Type primitives (instance?, list?).
How To Use This In Your Program
-------------------------------
Selectively load the class "Instance Finder" into your file. Execute the method "do it".